home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / tcp / AmIRCii_2_8_2.lha / AmIRCii-2.8.2 / NEWS < prev    next >
Text File  |  1996-12-09  |  5KB  |  104 lines

  1. @(#)$Id: NEWS,v 1.9 1995/04/05 14:48:36 mrg Exp $
  2.  
  3. This file documents the changes since ircII 2.2.9.
  4.  
  5.  
  6. New functions:
  7.  
  8.   o  onchannel(nick #channel)   is `nick' on `#channel' ?
  9.   o  pid()                      returns the pid of this client
  10.   o  ppid()                     returns the parent pid of this client
  11.   o  chanusers(#channel)        returns a list of the users on this channel
  12.   o  for()                      like c's for with the separator being `,' not
  13.                                 `;'.  (hop)
  14.   o  fe() and fec()             an alternative to recursion.  (hop)
  15.  
  16. New commands:
  17.  
  18.   o  beep                       sends a beep to the terminal
  19.   o  rbind function             shows the keys bound to `function'
  20.   o  stack action list arg      `action' is either push or pop. list is one
  21.                                 of `on', `alias', `assign', `bind', or `set'.
  22.                                 only `on' is implemented currently
  23.   o  window remove nick         the opposite of window add.
  24.   o  window number num          changes the refnum of a window, forcing a
  25.                                 swap if so needed.
  26.   o  window bind #chan          permanently bind a channel to a window.
  27.   o  window unbind [#chan]      remove permanent binding to a window.
  28.   o  abort                      drops a core file, and a saved file (hop).
  29.   o  disconnect [ser [reason]]  disconnects from the named server (number) with
  30.                                 the given reason.
  31.  
  32. Fixed commands:
  33.  
  34.   o  set help_window            now works again.
  35.   o  dcc close send nick file   no longer requires the full path for `file'.
  36.   o  transpose_characters       now works with the cursor at the `end' of the
  37.                                 screen.
  38.   o  topic *                    now works as expected.
  39.  
  40. Changed commands:
  41.  
  42.   o  userhost [nicks] -cmd      now accepts any number of nicks.
  43.   o  save [-all] [...]          save `all' values, or any part.  valid parts
  44.                                 are: assign, alias, all, bind, notify, on,
  45.                                 set and digraph.
  46.  
  47.   o  clear -unhold              as well as clearing the screen, it also
  48.                                 unholds one screen.  same as the binding
  49.                                 clear_screen
  50.  
  51. New scripts:
  52.  
  53.   o  newaway                    does `set show_away_once on' in scripts and
  54.                                 with as many nicks as you want
  55.   o  uhnotify                   gives userhost with the notify list.  works
  56.                                 much better with the new userhost syntax.
  57.   o  complete, compl.mods       tcsh-like complete scripts.  see script for
  58.                                 more information.
  59.   o  imap                       creates an irc map.  see script for more info.
  60.   o  undernet            script to make ircII understand undernet extras.
  61.  
  62. Changed scripts:
  63.  
  64.   o  2.8script
  65.   o  finger
  66.   o  newformat
  67.   o  netsplit
  68.  
  69. New variables:
  70.  
  71.   o  realname                   changes the value of your `realname' the
  72.                                 next time you change servers (or use 
  73.                                 `/quote quit').
  74.   o  notify_handler             three values.  `noisy', `quiet', and `old'
  75.                                 old makes /notify work like it did for 2.2,
  76.                                 `noisy'  and `quiet' make it work on a lot
  77.                                 more events.  join/quit/message/etc trigger
  78.                                 the notify, the difference being that `quiet'
  79.                                 won't show these extra differences, where as
  80.                                 `noisy' will.  they both add/remove the
  81.                                 name to the internal `notified' list.
  82.   o  screen_options             this is orthogonal to xterm_options for
  83.                                 /window create.
  84.  
  85. Other things:
  86.  
  87.   o  redirect works much better.  it doesn't `catch' things it shouldn't in
  88.      most cases.
  89.   o  lots and lots and logs of bug fixes
  90.   o  ctcp flooding is handled better.
  91.   o  lots and lots of bug fixes.
  92.   o  on dcc_raw dcc close works.
  93.   o  all dcc messages go to level dcc
  94.   o  level all contains `dcc' again.
  95.   o  lots of bug fixes.
  96.   o  gnu `autoconf'ified.
  97.   o  did i meantion lots of bug fixes?
  98.   o  if you add #define DYNAMIC_SLIP, you don't need to restart ircii
  99.      for it to notice the ip number of the local machine has changed.
  100.      --- this has been obsoleted by a smarter, more general method.
  101.   o  /window create might be stabler.  really this time.
  102.   o  new `-q' switch does `quick start' (no .ircrc processing)
  103.   o  /window server support is much much better now.
  104.